projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0b248
)
Use full path to temacs.exe when dumping.
author
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 2 Feb 1999 02:59:29 +0000
(
02:59
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 2 Feb 1999 02:59:29 +0000
(
02:59
+0000)
src/makefile.nt
patch
|
blob
|
history
diff --git
a/src/makefile.nt
b/src/makefile.nt
index 65d763b4470c17be3bdf111f8f38ce20352bbe0d..faa8bcd8d2af40417ccec1fcc78a3ec73bb31ec6 100644
(file)
--- a/
src/makefile.nt
+++ b/
src/makefile.nt
@@
-196,7
+196,7
@@
$(DOC):; cd ..\lib-src
emacs: $(EMACS)
$(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
cd $(BLD)
- temacs.exe -batch -l loadup dump
+
$(MAKEDIR)\$(BLD)\
temacs.exe -batch -l loadup dump
copy temacs.map emacs.map
cd ..\..